The following tables list the members exposed by the MakeTransactional<TDataContext, TInnerGearResult> type.

Name Description
Public field AggregateGearInputValidationExceptions Input<bool>: Sets the flag that determines if input validation exceptions should be aggregated in one main exception. (inherited from BaseGear).
Public field AutoinitializeWithCarboniteInputs (inherited from MakeTransactional<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters, TInnerGearResult>).
Public field InnerGear Input<Gear<TInnerGearResult>>: The decorated gear. (inherited from Decorate<TResult, TInnerGearResult>).
Public field InvalidGearInputMessage Input<string>: Sets the message to include in the input validation exception. (inherited from BaseGear).
Public field IsolationLevel Input<PLACEHOLDER>: The isolation level.
Public field MakeDurable Input<bool>: Sets the flag that determines if this gear running results will be cached, so that subsequent uses of this same gear deliver its results from that cache instead of from a new full run. (inherited from BaseGear).
Public field TransactionCreationParameters Input<TTransactionCreationParameters>: The transaction creation parameters. (inherited from MakeTransactional<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters, TInnerGearResult>).
Public field WithCarbonite Input<TCarboniteController>: The CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters> that maneges the functions of the underlying data store context. (inherited from MakeTransactional<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters, TInnerGearResult>).
Top